home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / DESK95 / search / SEARCH32.EX_ / SEARCH32.EX / 0 / RCDATA / TFORMCHANGE / TFORMCHANGE.txt
Text File  |  1997-03-15  |  2KB  |  94 lines

  1. object FormChange: TFormChange
  2.   Left = 204
  3.   Top = 176
  4.   BorderStyle = bsDialog
  5.   Caption = 'Browse for Indexes Folder'
  6.   ClientHeight = 220
  7.   ClientWidth = 354
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnActivate = FormActivate
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object txtIndexFolder: TEdit
  17.     Left = 0
  18.     Top = 0
  19.     Width = 353
  20.     Height = 21
  21.     Color = clBtnFace
  22.     ReadOnly = True
  23.     TabOrder = 0
  24.   end
  25.   object pnlChange: TPanel
  26.     Left = 0
  27.     Top = 22
  28.     Width = 247
  29.     Height = 198
  30.     TabOrder = 1
  31.     object lblCurFolder: TLabel
  32.       Left = 9
  33.       Top = 7
  34.       Width = 62
  35.       Height = 13
  36.       Caption = '&Select folder:'
  37.     end
  38.     object lblCurDrive: TLabel
  39.       Left = 9
  40.       Top = 155
  41.       Width = 59
  42.       Height = 13
  43.       Caption = 'Select &drive:'
  44.     end
  45.     object dirCurDir: TDirectoryListBox
  46.       Left = 9
  47.       Top = 22
  48.       Width = 228
  49.       Height = 127
  50.       ItemHeight = 16
  51.       TabOrder = 0
  52.       OnChange = dirCurDirChange
  53.     end
  54.     object drvCurDrive: TDriveComboBox
  55.       Left = 9
  56.       Top = 170
  57.       Width = 228
  58.       Height = 19
  59.       TabOrder = 1
  60.       OnChange = drvCurDriveChange
  61.     end
  62.   end
  63.   object cmdOK: TButton
  64.     Left = 265
  65.     Top = 36
  66.     Width = 75
  67.     Height = 22
  68.     Caption = '&OK'
  69.     Default = True
  70.     TabOrder = 2
  71.     OnClick = cmdOKClick
  72.   end
  73.   object cmdCancel: TButton
  74.     Left = 265
  75.     Top = 65
  76.     Width = 75
  77.     Height = 22
  78.     Cancel = True
  79.     Caption = '&Cancel'
  80.     TabOrder = 3
  81.     OnClick = cmdCancelClick
  82.   end
  83.   object filIndexes: TFileListBox
  84.     Left = 253
  85.     Top = 114
  86.     Width = 92
  87.     Height = 50
  88.     ItemHeight = 13
  89.     Mask = '*000.STS'
  90.     TabOrder = 4
  91.     Visible = False
  92.   end
  93. end
  94.